home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / frogger.swf / scripts / DefineSprite_291 / frame_20 / DoAction.as
Text File  |  2005-01-07  |  307b  |  9 lines

  1. w1_x = getProperty("/baum5", _X) + "60";
  2. w2_x = getProperty("/baum5", _X) - "60";
  3. frog_x = getProperty("/frosch", _X);
  4. frog_y = getProperty("/frosch", _Y);
  5. if(frog_y < "97" and "82" < frog_y and frog_x < w1_x and w2_x < frog_x)
  6. {
  7.    setProperty("/frosch", _X, getProperty("/frosch", _X) + "1.5");
  8. }
  9.